home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.6 / linuxcon / usr / lib / linuxconf / help.eng / netconf / routed.help < prev    next >
Encoding:
Text File  |  1996-08-04  |  2.4 KB  |  57 lines

  1.   Routed daemon configuration
  2.   Introduction
  3.  
  4.   11..  TTaasskkss
  5.  
  6.   Many IP networks will operate very well with static routes.  A LAN
  7.   with a single gateway will be happy with one default route pointing to
  8.   the gateway.
  9.  
  10.   On the other end, some networks interconnect many simpler networks, so
  11.   have many gateways (routers).  Unlike simpler networks where a single
  12.   default route is enough for all machines (except maybe the gateway),
  13.   all computers on those complex networks will need a way to find their
  14.   way through all the available gateways. Here come dynamic routing and
  15.   routed.
  16.  
  17.   22..  rroouutteedd aanndd _R_I_P
  18.  
  19.   Dynamic routing is a complex subject. Many protocol do exist to
  20.   exchange routes between IP hosts. Many of those protocols involve some
  21.   notion of security (Which machine are allowed to tell me new routes).
  22.   This is not the case with routed. It use a fairly simple protocol
  23.   where every hosts is allowed to tell every other host about the routes
  24.   it knows. Using a simple metric scheme, one is able to located the
  25.   best (or the real) route to a given network.  This is what RIP gives
  26.   you. rroouutteedd implement the RIP protocol.
  27.  
  28.   You have three options you may control.
  29.  
  30.   ╖  Do you want to activate routed ?
  31.  
  32.   ╖  Do you want your routed to talk or only listen. If your computer
  33.      has only one interface (a single Ethernet adaptor for example),
  34.      rroouutteedd won't have anything to tell anyway. If you have more than
  35.      one interface but don't want to be known as a router then this
  36.      option is for you.
  37.  
  38.   ╖  If your machine is a router, you may have set a default route on
  39.      it. This default route may be mistakenly taken as "the" default
  40.      route for the entire network. You are allowed to hide this route to
  41.      the network.
  42.  
  43.   33..  SSttaattee ooff rroouutteedd
  44.  
  45.   rroouutteedd is not known to be much reliable on _L_i_n_u_x.  ggaatteedd is often a
  46.   prefered solution especially if you are concerned by security. You
  47.   have much better control over which routes are exported and accepted.
  48.   ggaatteedd does much more than the RIP protocol.
  49.  
  50.   At this point, _L_i_n_u_x_c_o_n_f knows how to start/restart/kill ggaatteedd but not
  51.   much. The magic of /etc/gated.conf is left as an exercise to the
  52.   reader.
  53.  
  54.   An alternative to rroouutteedd might be mmrroouutteedd. I have no information about
  55.   the state of the project though.
  56.  
  57.